Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

템플릿 검색시 엔터를 눌러야 검색되도록 변경 #915

Merged
merged 5 commits into from
Nov 15, 2024

Conversation

Hain-tain
Copy link
Contributor

@Hain-tain Hain-tain commented Nov 15, 2024

⚡️ 관련 이슈

📍주요 변경 사항

  • 내템플릿, 구경가기 페이지에서 템플릿 검색시 엔터를 눌러야 검색되도록 변경하였습니다.

🎸기타

  • inputKeyword은 검색창에 입력되어있는 상태, searchedKeyword는 실제 검색된 상태(queryParam에 있는 keyword)를 의미합니다.

🍗 PR 첫 리뷰 마감 기한

11/15

@Hain-tain Hain-tain added FE 프론트엔드 refactor 요구사항이 바뀌지 않은 변경사항 labels Nov 15, 2024
@Hain-tain Hain-tain added this to the 7차 스프린트 💭 milestone Nov 15, 2024
@Hain-tain Hain-tain self-assigned this Nov 15, 2024
@Hain-tain Hain-tain requested review from Jaymyong66 and removed request for vi-wolhwa November 15, 2024 06:55
@@ -119,7 +124,7 @@ const MyTemplatePage = () => {
{!isTemplateListLoading && (
<TemplateListSection
templateList={templateList}
isSearching={keyword !== ''}
isSearching={keyword !== '' || keyword !== searchKeyword}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keyword와 searchKeyword의 변수명 의미가 모호한거 같아요!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keyword=>inputKeyword, searchKeyword=>searchedKeyword으로 변경하였습니다!

Copy link
Collaborator

@healim01 healim01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@Hain-tain Hain-tain changed the title 엔터로 검색되도록 변경 템플릿 검색시 엔터를 눌러야 검색되도록 변경 Nov 15, 2024
@Jaymyong66 Jaymyong66 merged commit 1c8b12a into dev/fe Nov 15, 2024
4 checks passed
@Jaymyong66 Jaymyong66 deleted the refactor/899-remove-debounce-keyword branch November 15, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트엔드 refactor 요구사항이 바뀌지 않은 변경사항
Projects
Status: Weekend Done
Development

Successfully merging this pull request may close these issues.

3 participants